@charset "utf-8";
.hyc{
	background: #dddddd;
	border-bottom: 1px solid #eeeeee;
}
.hyc p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	padding: 6px 0;
}
.header{
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 20px;
}
.header .logo{
	
}
.header .logo a{
	display: block;
}
.header .logo img{
	height: 50px;
}
.header .nav{
	margin-left: 90px;
	margin-top: 25px;
}
.header .nav .yiji{
	
}
.header .nav .yiji>li{
	margin-right: 50px;
}
.header .nav .yiji>li:last-child{
	margin-right: 0;
}
.header .nav .yiji>li>a{
	font-size: 16px;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
	transition: all .3s;
}
.header .nav .yiji>li>a:hover{
	color: #2c5293;
}
.header .tel{
	padding-left: 48px;
	background: url(../images/tel.jpg) no-repeat left center;
	margin-top: 1px;
}
.header .tel span{
	font-size: 14px;
	color: #333333;
	line-height: 100%;
	font-weight: lighter;	
}
.header .tel p{
	font-size: 24px;
	color: #d00000;
	line-height: 100%;
	font-family: impact;
	margin-top: 5px;
}

.footer{
	background: #252324;
}
.footer .footer1{
	padding-top: 70px;
	padding-bottom: 30px;
}
.footer .footer1 .list{
	text-align: center;
}
.footer .footer1 .list .item{
	display: inline-block;
	vertical-align: top;
	margin-right: 120px;
}
.footer .footer1 .list .item:last-child{
	margin-right: 0;
}
.footer .footer1 .list .item .icon{
	width: 55px;
	height: 55px;
	position: relative;
	overflow: hidden;
}
.footer .footer1 .list .item .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.footer .footer1 .list .item .content{
	text-align: left;
	margin-left: 20px;
}
.footer .footer1 .list .item .content p{
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
}
.footer .footer1 .list .item .content h2{
	font-size: 16px;
	color: #ffffff;
	line-height: 100%;
	margin-top: 10px;
}
.footer .footer1 .list .item:first-child .content h2{
	font-family: impact;
	font-size: 26px;
}
.footer .footer2{
	text-align: center;
	font-size: 14px;
	color: #7e7e7e;
	padding-top: 35px;
	padding-bottom: 30px;
}
.footer .footer2 p{
	margin-top: 15px;
}
.footer .footer2 p:first-child{
	margin-top: 0;
}
.footer .footer2 a{
	color: #7e7e7e;
}